ComponentOne Xamarin.Android
SortAsync Method (C1CursorCollectionView<T,K>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CursorCollectionView<T,K> Class : SortAsync Method
The sort descriptions that determine how the data will be sort.
Sorts the collection view according to the specified sort descriptions.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(C1.CollectionView.C1CursorCollectionView`2/d__21)> 
Public Function SortAsync( _ 
   ByVal ParamArray sortDescriptions() As SortDescription _ 
) As Task
'Usage
 
Dim instance As C1CursorCollectionView(Of T,K)
Dim sortDescriptions() As SortDescription
Dim value As Task
 
value = instance.SortAsync(sortDescriptions)
[AsyncStateMachine(C1.CollectionView.C1CursorCollectionView`2/d__21)] 
public Task SortAsync( 
   params SortDescription[] sortDescriptions 
)

Parameters

sortDescriptions
The sort descriptions that determine how the data will be sort.
See Also

Reference

C1CursorCollectionView<T,K> Class
C1CursorCollectionView<T,K> Members